home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
PowerD
/
powerd
/
source
/
lib
/
chunky_lib.lha
/
Chunky
/
GetPixel.ass
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-01-24
|
339 b
|
28 lines
; GetPixelchunky:a0:PTR TO chunky,x:d0:LONG,y:d1:LONG)(LONG)
machine mc68020
fpu 1
xdef _GetPixel
_GetPixel
cmpa.l #0,a0
beq.s .out
tst.l d0
blt.s .out
tst.l d1
blt.s .out
cmp.l (a0),d0
bge.s .out
cmp.l (4,a0),d1
bge.s .out
muls.l (a0),d1
add.l d0,d1
movea.l (8,a0),a1
move.b (a1,d1.l),d0
rts
.out moveq #-1,d0
rts